ComponentOne ASP.NET MVC Controls
JsonReviver Property

C1.Web.Mvc Namespace > BaseODataCollectionViewService<T> Class : JsonReviver Property
Gets or sets a custom reviver function to use when parsing JSON values returned from the server.
Syntax
'Declaration
 
<JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
Public Overridable Property JsonReviver As String
[JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
public virtual string JsonReviver {get; set;}
See Also

Reference

BaseODataCollectionViewService<T> Class
BaseODataCollectionViewService<T> Members